home *** CD-ROM | disk | FTP | other *** search
- /*
- Datei: hdsinout.h
- Zweck: Prototypen der Datei hdsinout.c
- MkProto, Generator für Prototypen und andere
- Moduldefinitionen aus einer Implementierungsdatei (.c). */
-
- extern void hdsoutl (FILESPEC *fs, long rec1, long rec2);
- extern void hdsout (FILESPEC *fs);
- extern char *hdsin (FILESPEC *sin, FILESPEC *sout);
- extern void hdsinl (FILESPEC *sin);
-